FEATURE: Add cluster deploy command - #46
Merged
Merged
Conversation
f1v3-dev
force-pushed
the
f1v3/cluster-deploy
branch
from
July 13, 2026 09:00
4921ad0 to
4957fdc
Compare
Author
|
Clutser Topology의 Config 구조를 변경했습니다. 초기에 그래서 memcached 구동 인자를 그대로 전달하는
AS-IS servers:
- address: cache3:11211
config:
listen: 192.168.1.3
global_config:
threads: 4
max_connections: 1024
engine:
memory_limit: 64
eviction: trueTO-BE servers:
- address: cache3:11211
config:
options: "-l 192.168.1.3"
global_config:
options: "-t 4 -c 1024 -m 64" |
namsic
reviewed
Jul 14, 2026
f1v3-dev
force-pushed
the
f1v3/cluster-deploy
branch
2 times, most recently
from
July 15, 2026 06:46
203d2f9 to
c5836e7
Compare
namsic
approved these changes
Jul 21, 2026
f1v3-dev
force-pushed
the
f1v3/cluster-deploy
branch
from
July 21, 2026 07:06
c5836e7 to
a67013e
Compare
oliviarla
reviewed
Jul 23, 2026
oliviarla
left a comment
Member
There was a problem hiding this comment.
생각해보니 znode 뼈대 생성하는 작업을 어디서 진행할 지 설계 문서에 명시해두질 않았는데요, deploy 시에 만들어두어야 할 것 같습니다. 혹은 start 시에 만드는 것도 고려할 수 있습니다.
f1v3-dev
force-pushed
the
f1v3/cluster-deploy
branch
from
July 27, 2026 01:51
a67013e to
633691c
Compare
Author
|
변경 사항
|
f1v3-dev
force-pushed
the
f1v3/cluster-deploy
branch
from
July 28, 2026 08:47
633691c to
6212528
Compare
Author
|
1. Cluster deploy - Communitycommunity.yaml servicecode: test-community
path: /tmp/arcusctl-test/arcus-memcached
zookeeper: localhost:3181,localhost:3182,localhost:3183
servers:
- address: localhost:33533
- address: localhost:33534
- address: localhost:33535
global_config:
threads: 4
max_connections: 1024
engine:
memory_limit: 64Run ./arcusctl cluster deploy 1.16.1 community.yamlZNode 구조 2. Cluster deploy - Enterpriseenterprise.yaml servicecode: test-enterprise
path: /tmp/arcusctl-test/arcus-memcached-ee
zookeeper: localhost:3181,localhost:3182,localhost:3183
servers:
- address: localhost:13211
group:
name: g1
role: master
port: 33533
- address: localhost:13212
group:
name: g1
role: slave
port: 33534
- address: localhost:13213
group:
name: g2
role: master
port: 33535
- address: localhost:13214
group:
name: g2
role: slave
port: 33536
global_config:
threads: 4
max_connections: 1024
engine:
memory_limit: 64Run // arcus-memecached-EE가 존재해야 함.
./arcusctl cluster deploy 0.12.1-E enterprise.yamlZNode 구조 |
oliviarla
reviewed
Jul 29, 2026
f1v3-dev
force-pushed
the
f1v3/cluster-deploy
branch
from
July 29, 2026 07:51
6212528 to
78521e0
Compare
oliviarla
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Related Issue
⌨️ What I did
cluster deploy명령어를 추가합니다.arcusctl cluster deploy <version> <topology.yml>servers[].group유무로 Community / Enterprise edition을 자동 판별합니다.배포 절차
arcus-memcachedtar.gz 준비wget~/.arcusctl/images/arcus에 넣어둔 tar.gz 사용deps/install.sh로 의존성 설치 →configure,make,make install빌드--enable-replication옵션으로 빌드topology.yml)명령 구조
설치 구조
topology.yaml에서 정의한 path 정보와 버전 정보를 기반으로 아래와 같이 설치합니다.또한, 다음 파일이 이미 존재하면 해당 호스트의 재설치를 생략합니다.